-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix BazelTestRunner compatibility with jre8 #18307
Conversation
Removes usages of Set.of() that were introduced in javase9
We probably need another java_tools release for this, right? /cc @keertk |
@bazel-io fork 6.2.0 |
Yes. Also, if we wish to keep supporting jre8, surely we should keep it in our CI as well? |
@hvadehra You can use shell_commands to install jre8 in case you want to set up some minimal tests for this. |
@hvadehra can you help with this cherry-pick please? |
@keertk I don't think the intention is to cherry pick this change. We want to release java_tools with it, and then cherry pick that. |
Ok, got it |
#18307 (comment) bazelbuild/java_tools#71 Closes #18314. PiperOrigin-RevId: 529665382 Change-Id: Iba616a0b705a20dcb5e28d06f431b0a79801d769
Removes usages of Set.of() that were introduced in javase9 Fixes bazelbuild#18300 Closes bazelbuild#18307. PiperOrigin-RevId: 529369593 Change-Id: Id45afbb1bdee46910f4a9b632f479773c561c0a3
bazelbuild#18307 (comment) bazelbuild/java_tools#71 Closes bazelbuild#18314. PiperOrigin-RevId: 529665382 Change-Id: Iba616a0b705a20dcb5e28d06f431b0a79801d769
Removes usages of Set.of() that were introduced in javase9
Fixes #18300